home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000214_news@columbia.edu_Sun Apr 23 17:26:05 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14967
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 24 Apr 1995 05:11:45 -0400
  3. Received: by apakabar.cc.columbia.edu id AA11145
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 24 Apr 1995 05:11:43 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!swidir.switch.ch!newsfeed.ACO.net!Austria.EU.net!EU.net!Germany.EU.net!zib-berlin.de!zrz.TU-Berlin.DE!fu-berlin.de!cs.tu-berlin.de!fauern!news.unibw-muenchen.de!p41bsmk
  6. From: p41bsmk@kommsrv.rz.unibw-muenchen.de (Peter Schmolck)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit 3.14 Binary file transfer after LYNX retrieval PROBLEM
  9. Date: 23 Apr 1995 17:26:05 GMT
  10. Organization: University of the Federal Armed Forces Munich
  11. Lines: 34
  12. Message-Id: <3ne2jd$o4p@infosrv.rz.unibw-muenchen.de>
  13. References: <3mf4qv$jj@lester.appstate.edu>
  14. Nntp-Posting-Host: kommsrv.rz.unibw-muenchen.de
  15. X-Newsreader: NN version 6.5.0 #5 (NOV)
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. JW2998@CONRAD.APPSTATE.EDU (Watson, John McClain          ) writes:
  19.  
  20. >    Hello.  I am having trouble downloading binary files using Kermit
  21. >*after* I retrieved the file using LYNX.  I watch the file type status as
  22. >the transfer begins and, although it starts out as binary, it quickly
  23. >changes to a text transfer.  I have checked and double-checked Kermit
  24. >several time and have done everything I know.  Does anyone have any
  25. >suggestions?  Thanks.
  26.  
  27. Joe and Frank responded to this question already, explaining how to set 
  28. binary mode at both sides' Kermit. However, there remains the question of 
  29. how to configure *LYNX*, since when running Kermit as a downloader 
  30. function from within Lynx, the user would never see the C-Kermit prompt.
  31.  
  32. The definitions of Lynx-download methods are within the lynx.cfg file, 
  33. usually found in /usr/local/bin. One can use one's own copy of this 
  34. configuration file which is then invoked by entering 
  35.    lynx -cfg=FILENAME  (with FILENAME being your personal lynx.cfg).
  36.  
  37. The following definitions contained in my lynx.cfg work fine for me (require 
  38. C-Kermit 5A(189) or higher):
  39.  
  40. DOWNLOADER:Kermit, binary: kermit -i -C "pcsend %s %s, ex":TRUE
  41. DOWNLOADER:Kermit, text: kermit -C "pcsend %s %s, ex":TRUE
  42.  
  43. With MS-Kermit 3.13 or 3.14, and SET TERMINAL APC ON, they provide
  44. auto-downloading.
  45.  
  46. Peter S.
  47. --
  48. Peter Schmolck                                p41bsmk@rz.unibw-muenchen.de
  49. Department of Education                       Phone :     +49-89-6004-2056
  50. Univ. of the Federal Armed Forces Munich      Fax   :     +49-89-6004-3968
  51. 85577 NEUBIBERG, GERMANY